Html Css Color HEX #AF9CDA Biloba Flower

📋 copy color: '#AF9CDA'

red 175 ◦ green 156 ◦ blue 218

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

Shades of Biloba Flower #AF9CDA

Tints of Biloba Flower #AF9CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 31.88%
G = 28.42%
B = 39.71%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF9CDA (or 0xAF9CDA) is known color: Biloba Flower. HEX triplet: AF, 9C and DA. RGB value is (175,156,218). Sum of RGB (Red+Green+Blue) = 175+156+218=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF9CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CDA is #506325. Grayscale: #A8A8A8. Windows color (decimal): -5268262 or 14326959. OLE color: 14326959.

HSL color Cylindrical-coordinate representation of color #AF9CDA: hue angle of 258.39º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF9CDA is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 156 218 -
CMYK 0.20 0.28 0 0.15
HSL 258.39º 0.46% 0.73% -
HSV(B) 258.39º 0.28% 0.85% -
XYZ 42.22 37.95 71.43 -
YUV 168.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 175 156 218 0.20 0.28 0 0.15 258.39 0.46 0.73
Hex AF 9C DA 14 1C 0 F 102 2E 49
Octal 257 234 332 24 34 0 17 402 56 111
Binary 10101111 10011100 11011010 10100 11100 0 1111 100000010 101110 1001001

Color Harmonies of #AF9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CDA

Black with #AF9CDA

Text Example


Text Example

White with #AF9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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