Html Css Color HEX #AF85FF Biloba Flower

📋 copy color: '#AF85FF'

red 175 ◦ green 133 ◦ blue 255

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

Shades of Biloba Flower #AF85FF

Tints of Biloba Flower #AF85FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.29%

R = 31.08%
G = 23.62%
B = 45.29%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF85FF (or 0xAF85FF) is known color: Biloba Flower. HEX triplet: AF, 85 and FF. RGB value is (175,133,255). Sum of RGB (Red+Green+Blue) = 175+133+255=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF85FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF85FF is #507A00. Grayscale: #9F9F9F. Windows color (decimal): -5274113 or 16745903. OLE color: 16745903.

HSL color Cylindrical-coordinate representation of color #AF85FF: hue angle of 260.66º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF85FF is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 133 255 -
CMYK 0.31 0.48 0 0
HSL 260.66º 1% 0.76% -
HSV(B) 260.66º 0.48% 1% -
XYZ 44.12 33.11 98.67 -
YUV 159.47 181.91 139.08 -
System Red Green Blue C M Y K H S L
Decimal 175 133 255 0.31 0.48 0 0 260.66 1 0.76
Hex AF 85 FF 1F 30 0 0 105 64 4C
Octal 257 205 377 37 60 0 0 405 144 114
Binary 10101111 10000101 11111111 11111 110000 0 0 100000101 1100100 1001100

Color Harmonies of #AF85FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85FF

Black with #AF85FF

Text Example


Text Example

White with #AF85FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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