Html Css Color HEX #AF9ACC Biloba Flower

📋 copy color: '#AF9ACC'

red 175 ◦ green 154 ◦ blue 204

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

Shades of Biloba Flower #AF9ACC

Tints of Biloba Flower #AF9ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.89%

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 32.83%
G = 28.89%
B = 38.27%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF9ACC (or 0xAF9ACC) is known color: Biloba Flower. HEX triplet: AF, 9A and CC. RGB value is (175,154,204). Sum of RGB (Red+Green+Blue) = 175+154+204=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF9ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ACC is #506533. Grayscale: #A5A5A5. Windows color (decimal): -5268788 or 13408943. OLE color: 13408943.

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

Color convert

RGB 175 154 204 -
CMYK 0.14 0.25 0 0.2
HSL 265.2º 0.33% 0.7% -
HSV(B) 265.2º 0.25% 0.8% -
XYZ 40.13 36.58 62.07 -
YUV 165.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 175 154 204 0.14 0.25 0 0.2 265.2 0.33 0.7
Hex AF 9A CC E 19 0 14 109 21 46
Octal 257 232 314 16 31 0 24 411 41 106
Binary 10101111 10011010 11001100 1110 11001 0 10100 100001001 100001 1000110

Color Harmonies of #AF9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9ACC

Black with #AF9ACC

Text Example


Text Example

White with #AF9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9ACC; }

 p { color: rgb(175,154,204); }

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

background-color css

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

 a { background-color: rgb(175,154,204); }

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

border-color css

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

 span { border-color: rgb(175,154,204); }

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