Html Css Color HEX #AF85EF Biloba Flower

📋 copy color: '#AF85EF'

red 175 ◦ green 133 ◦ blue 239

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

Shades of Biloba Flower #AF85EF

Tints of Biloba Flower #AF85EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.69%

R = 31.99%
G = 24.31%
B = 43.69%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF85EF (or 0xAF85EF) is known color: Biloba Flower. HEX triplet: AF, 85 and EF. RGB value is (175,133,239). Sum of RGB (Red+Green+Blue) = 175+133+239=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF85EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF85EF is #507A10. Grayscale: #9D9D9D. Windows color (decimal): -5274129 or 15697327. OLE color: 15697327.

HSL color Cylindrical-coordinate representation of color #AF85EF: hue angle of 263.77º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF85EF is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 133 239 -
CMYK 0.27 0.44 0 0.06
HSL 263.77º 0.77% 0.73% -
HSV(B) 263.77º 0.44% 0.94% -
XYZ 41.65 32.12 85.67 -
YUV 157.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 175 133 239 0.27 0.44 0 0.06 263.77 0.77 0.73
Hex AF 85 EF 1B 2C 0 6 108 4D 49
Octal 257 205 357 33 54 0 6 410 115 111
Binary 10101111 10000101 11101111 11011 101100 0 110 100001000 1001101 1001001

Color Harmonies of #AF85EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85EF

Black with #AF85EF

Text Example


Text Example

White with #AF85EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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