Html Css Color HEX #AF9CCB Biloba Flower

📋 copy color: '#AF9CCB'

red 175 ◦ green 156 ◦ blue 203

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

Shades of Biloba Flower #AF9CCB

Tints of Biloba Flower #AF9CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 32.77%
G = 29.21%
B = 38.01%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF9CCB (or 0xAF9CCB) is known color: Biloba Flower. HEX triplet: AF, 9C and CB. RGB value is (175,156,203). Sum of RGB (Red+Green+Blue) = 175+156+203=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF9CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CCB is #506334. Grayscale: #A6A6A6. Windows color (decimal): -5268277 or 13343919. OLE color: 13343919.

HSL color Cylindrical-coordinate representation of color #AF9CCB: hue angle of 264.26º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF9CCB is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 156 203 -
CMYK 0.14 0.23 0 0.20
HSL 264.26º 0.31% 0.7% -
HSV(B) 264.26º 0.23% 0.8% -
XYZ 40.35 37.2 61.55 -
YUV 167.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 175 156 203 0.14 0.23 0 0.20 264.26 0.31 0.7
Hex AF 9C CB E 17 0 14 108 1F 46
Octal 257 234 313 16 27 0 24 410 37 106
Binary 10101111 10011100 11001011 1110 10111 0 10100 100001000 11111 1000110

Color Harmonies of #AF9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CCB

Black with #AF9CCB

Text Example


Text Example

White with #AF9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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