Html Css Color HEX #AF8CDA Biloba Flower

📋 copy color: '#AF8CDA'

red 175 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #AF8CDA

Tints of Biloba Flower #AF8CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.27%

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

R = 32.83%
G = 26.27%
B = 40.9%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF8CDA (or 0xAF8CDA) is known color: Biloba Flower. HEX triplet: AF, 8C and DA. RGB value is (175,140,218). Sum of RGB (Red+Green+Blue) = 175+140+218=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF8CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CDA is #507325. Grayscale: #9F9F9F. Windows color (decimal): -5272358 or 14322863. OLE color: 14322863.

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

Color convert

RGB 175 140 218 -
CMYK 0.20 0.36 0 0.15
HSL 266.92º 0.51% 0.7% -
HSV(B) 266.92º 0.36% 0.85% -
XYZ 39.71 32.93 70.59 -
YUV 159.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 175 140 218 0.20 0.36 0 0.15 266.92 0.51 0.7
Hex AF 8C DA 14 24 0 F 10B 33 46
Octal 257 214 332 24 44 0 17 413 63 106
Binary 10101111 10001100 11011010 10100 100100 0 1111 100001011 110011 1000110

Color Harmonies of #AF8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CDA

Black with #AF8CDA

Text Example


Text Example

White with #AF8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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