Html Css Color HEX #AF9CEE Biloba Flower

📋 copy color: '#AF9CEE'

red 175 ◦ green 156 ◦ blue 238

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

Shades of Biloba Flower #AF9CEE

Tints of Biloba Flower #AF9CEE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.42%

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

R = 30.76%
G = 27.42%
B = 41.83%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF9CEE (or 0xAF9CEE) is known color: Biloba Flower. HEX triplet: AF, 9C and EE. RGB value is (175,156,238). Sum of RGB (Red+Green+Blue) = 175+156+238=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF9CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9CEE is #506311. Grayscale: #AAAAAA. Windows color (decimal): -5268242 or 15637679. OLE color: 15637679.

HSL color Cylindrical-coordinate representation of color #AF9CEE: hue angle of 253.9º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF9CEE is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 156 238 -
CMYK 0.26 0.34 0 0.07
HSL 253.9º 0.71% 0.77% -
HSV(B) 253.9º 0.34% 0.93% -
XYZ 45 39.06 86.06 -
YUV 171.03 165.79 130.83 -
System Red Green Blue C M Y K H S L
Decimal 175 156 238 0.26 0.34 0 0.07 253.9 0.71 0.77
Hex AF 9C EE 1A 22 0 7 FE 47 4D
Octal 257 234 356 32 42 0 7 376 107 115
Binary 10101111 10011100 11101110 11010 100010 0 111 11111110 1000111 1001101

Color Harmonies of #AF9CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CEE

Black with #AF9CEE

Text Example


Text Example

White with #AF9CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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