Html Css Color HEX #AF85E9 Biloba Flower

📋 copy color: '#AF85E9'

red 175 ◦ green 133 ◦ blue 233

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

Shades of Biloba Flower #AF85E9

Tints of Biloba Flower #AF85E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.07%

R = 32.35%
G = 24.58%
B = 43.07%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF85E9 (or 0xAF85E9) is known color: Biloba Flower. HEX triplet: AF, 85 and E9. RGB value is (175,133,233). Sum of RGB (Red+Green+Blue) = 175+133+233=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF85E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF85E9 is #507A16. Grayscale: #9C9C9C. Windows color (decimal): -5274135 or 15304111. OLE color: 15304111.

HSL color Cylindrical-coordinate representation of color #AF85E9: hue angle of 265.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF85E9 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 133 233 -
CMYK 0.25 0.43 0 0.09
HSL 265.2º 0.69% 0.72% -
HSV(B) 265.2º 0.43% 0.91% -
XYZ 40.77 31.77 81.07 -
YUV 156.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 175 133 233 0.25 0.43 0 0.09 265.2 0.69 0.72
Hex AF 85 E9 19 2B 0 9 109 45 48
Octal 257 205 351 31 53 0 11 411 105 110
Binary 10101111 10000101 11101001 11001 101011 0 1001 100001001 1000101 1001000

Color Harmonies of #AF85E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85E9

Black with #AF85E9

Text Example


Text Example

White with #AF85E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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