Html Css Color HEX #AF9CCF Biloba Flower

📋 copy color: '#AF9CCF'

red 175 ◦ green 156 ◦ blue 207

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

Shades of Biloba Flower #AF9CCF

Tints of Biloba Flower #AF9CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 32.53%
G = 29%
B = 38.48%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF9CCF (or 0xAF9CCF) is known color: Biloba Flower. HEX triplet: AF, 9C and CF. RGB value is (175,156,207). Sum of RGB (Red+Green+Blue) = 175+156+207=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF9CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CCF is #506330. Grayscale: #A7A7A7. Windows color (decimal): -5268273 or 13606063. OLE color: 13606063.

HSL color Cylindrical-coordinate representation of color #AF9CCF: hue angle of 262.35º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF9CCF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 156 207 -
CMYK 0.15 0.25 0 0.19
HSL 262.35º 0.35% 0.71% -
HSV(B) 262.35º 0.25% 0.81% -
XYZ 40.83 37.4 64.1 -
YUV 167.5 150.29 133.35 -
System Red Green Blue C M Y K H S L
Decimal 175 156 207 0.15 0.25 0 0.19 262.35 0.35 0.71
Hex AF 9C CF F 19 0 13 106 23 47
Octal 257 234 317 17 31 0 23 406 43 107
Binary 10101111 10011100 11001111 1111 11001 0 10011 100000110 100011 1000111

Color Harmonies of #AF9CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CCF

Black with #AF9CCF

Text Example


Text Example

White with #AF9CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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