Html Css Color HEX #AF85DA Biloba Flower

📋 copy color: '#AF85DA'

red 175 ◦ green 133 ◦ blue 218

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

Shades of Biloba Flower #AF85DA

Tints of Biloba Flower #AF85DA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.29%

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

R = 33.27%
G = 25.29%
B = 41.44%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF85DA (or 0xAF85DA) is known color: Biloba Flower. HEX triplet: AF, 85 and DA. RGB value is (175,133,218). Sum of RGB (Red+Green+Blue) = 175+133+218=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF85DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85DA is #507A25. Grayscale: #9A9A9A. Windows color (decimal): -5274150 or 14321071. OLE color: 14321071.

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

Color convert

RGB 175 133 218 -
CMYK 0.20 0.39 0 0.15
HSL 269.65º 0.53% 0.69% -
HSV(B) 269.65º 0.39% 0.85% -
XYZ 38.72 30.95 70.26 -
YUV 155.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 175 133 218 0.20 0.39 0 0.15 269.65 0.53 0.69
Hex AF 85 DA 14 27 0 F 10E 35 45
Octal 257 205 332 24 47 0 17 416 65 105
Binary 10101111 10000101 11011010 10100 100111 0 1111 100001110 110101 1000101

Color Harmonies of #AF85DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85DA

Black with #AF85DA

Text Example


Text Example

White with #AF85DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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