Html Css Color HEX #AF8FEE Biloba Flower

📋 copy color: '#AF8FEE'

red 175 ◦ green 143 ◦ blue 238

#AF8FEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AF8FEE

Tints of Biloba Flower #AF8FEE

RGB

 RED value IS 175 (68.75% from 255) = 31.47%

 GREEN value IS 143 (56.25% from 255) = 25.72%

 BLUE value IS 238 (93.36% from 255) = 42.81%

R = 31.47%
G = 25.72%
B = 42.81%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF8FEE (or 0xAF8FEE) is known color: Biloba Flower. HEX triplet: AF, 8F and EE. RGB value is (175,143,238). Sum of RGB (Red+Green+Blue) = 175+143+238=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF8FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FEE is #507011. Grayscale: #A3A3A3. Windows color (decimal): -5271570 or 15634351. OLE color: 15634351.

HSL color Cylindrical-coordinate representation of color #AF8FEE: hue angle of 260.21º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF8FEE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 143 238 -
CMYK 0.26 0.40 0 0.07
HSL 260.21º 0.74% 0.75% -
HSV(B) 260.21º 0.4% 0.93% -
XYZ 42.93 34.93 85.37 -
YUV 163.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 175 143 238 0.26 0.40 0 0.07 260.21 0.74 0.75
Hex AF 8F EE 1A 28 0 7 104 4A 4B
Octal 257 217 356 32 50 0 7 404 112 113
Binary 10101111 10001111 11101110 11010 101000 0 111 100000100 1001010 1001011

Color Harmonies of #AF8FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FEE

Black with #AF8FEE

Text Example


Text Example

White with #AF8FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FEE; }

 p { color: rgb(175,143,238); }

 H1.HeaderClassName
 {
   color: #AF8FEE;
 }
 .AnyTagClassName
 {
   color: #AF8FEE;
 }
</style>

background-color css

<style>
 a { background-color: #AF8FEE; }

 a { background-color: rgb(175,143,238); }

 div.DivClassName
 {
   background-color: #AF8FEE;
 }
 .BgClassName
 {
   background-color: #AF8FEE;
 }
</style>

border-color css

<style>
 span { border-color: #AF8FEE; }

 span { border-color: rgb(175,143,238); }

 td.TdClassName
 {
   border-color: #AF8FEE;
 }
 .TagClassName
 {
   border-color: #AF8FEE;
 }
</style>