Html Css Color HEX #AF9CFF Biloba Flower

📋 copy color: '#AF9CFF'

red 175 ◦ green 156 ◦ blue 255

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

Shades of Biloba Flower #AF9CFF

Tints of Biloba Flower #AF9CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.52%

R = 29.86%
G = 26.62%
B = 43.52%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF9CFF (or 0xAF9CFF) is known color: Biloba Flower. HEX triplet: AF, 9C and FF. RGB value is (175,156,255). Sum of RGB (Red+Green+Blue) = 175+156+255=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF9CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9CFF is #506300. Grayscale: #ACACAC. Windows color (decimal): -5268225 or 16751791. OLE color: 16751791.

HSL color Cylindrical-coordinate representation of color #AF9CFF: hue angle of 251.52º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF9CFF is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 156 255 -
CMYK 0.31 0.39 0 0
HSL 251.52º 1% 0.81% -
HSV(B) 251.52º 0.39% 1% -
XYZ 47.62 40.11 99.84 -
YUV 172.97 174.29 129.45 -
System Red Green Blue C M Y K H S L
Decimal 175 156 255 0.31 0.39 0 0 251.52 1 0.81
Hex AF 9C FF 1F 27 0 0 FC 64 51
Octal 257 234 377 37 47 0 0 374 144 121
Binary 10101111 10011100 11111111 11111 100111 0 0 11111100 1100100 1010001

Color Harmonies of #AF9CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CFF

Black with #AF9CFF

Text Example


Text Example

White with #AF9CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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