Html Css Color HEX #AF85ED Biloba Flower

📋 copy color: '#AF85ED'

red 175 ◦ green 133 ◦ blue 237

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

Shades of Biloba Flower #AF85ED

Tints of Biloba Flower #AF85ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.49%

R = 32.11%
G = 24.4%
B = 43.49%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF85ED (or 0xAF85ED) is known color: Biloba Flower. HEX triplet: AF, 85 and ED. RGB value is (175,133,237). Sum of RGB (Red+Green+Blue) = 175+133+237=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF85ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF85ED is #507A12. Grayscale: #9D9D9D. Windows color (decimal): -5274131 or 15566255. OLE color: 15566255.

HSL color Cylindrical-coordinate representation of color #AF85ED: hue angle of 264.23º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF85ED is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 133 237 -
CMYK 0.26 0.44 0 0.07
HSL 264.23º 0.74% 0.73% -
HSV(B) 264.23º 0.44% 0.93% -
XYZ 41.35 32 84.12 -
YUV 157.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 175 133 237 0.26 0.44 0 0.07 264.23 0.74 0.73
Hex AF 85 ED 1A 2C 0 7 108 4A 49
Octal 257 205 355 32 54 0 7 410 112 111
Binary 10101111 10000101 11101101 11010 101100 0 111 100001000 1001010 1001001

Color Harmonies of #AF85ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85ED

Black with #AF85ED

Text Example


Text Example

White with #AF85ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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