Html Css Color HEX #AF9FCD Biloba Flower

📋 copy color: '#AF9FCD'

red 175 ◦ green 159 ◦ blue 205

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

Shades of Biloba Flower #AF9FCD

Tints of Biloba Flower #AF9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.5%

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 32.47%
G = 29.5%
B = 38.03%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF9FCD (or 0xAF9FCD) is known color: Biloba Flower. HEX triplet: AF, 9F and CD. RGB value is (175,159,205). Sum of RGB (Red+Green+Blue) = 175+159+205=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF9FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FCD is #506032. Grayscale: #A8A8A8. Windows color (decimal): -5267507 or 13475759. OLE color: 13475759.

HSL color Cylindrical-coordinate representation of color #AF9FCD: hue angle of 260.87º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF9FCD is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 159 205 -
CMYK 0.15 0.22 0 0.20
HSL 260.87º 0.32% 0.71% -
HSV(B) 260.87º 0.22% 0.8% -
XYZ 41.1 38.32 62.99 -
YUV 169.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 175 159 205 0.15 0.22 0 0.20 260.87 0.32 0.71
Hex AF 9F CD F 16 0 14 105 20 47
Octal 257 237 315 17 26 0 24 405 40 107
Binary 10101111 10011111 11001101 1111 10110 0 10100 100000101 100000 1000111

Color Harmonies of #AF9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FCD

Black with #AF9FCD

Text Example


Text Example

White with #AF9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FCD; }

 p { color: rgb(175,159,205); }

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

background-color css

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

 a { background-color: rgb(175,159,205); }

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

border-color css

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

 span { border-color: rgb(175,159,205); }

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