Html Css Color HEX #AF9EFF Biloba Flower

📋 copy color: '#AF9EFF'

red 175 ◦ green 158 ◦ blue 255

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

Shades of Biloba Flower #AF9EFF

Tints of Biloba Flower #AF9EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.87%

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

R = 29.76%
G = 26.87%
B = 43.37%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF9EFF (or 0xAF9EFF) is known color: Biloba Flower. HEX triplet: AF, 9E and FF. RGB value is (175,158,255). Sum of RGB (Red+Green+Blue) = 175+158+255=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF9EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9EFF is #506100. Grayscale: #ADADAD. Windows color (decimal): -5267713 or 16752303. OLE color: 16752303.

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

Color convert

RGB 175 158 255 -
CMYK 0.31 0.38 0 0
HSL 250.52º 1% 0.81% -
HSV(B) 250.52º 0.38% 1% -
XYZ 47.96 40.79 99.95 -
YUV 174.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 175 158 255 0.31 0.38 0 0 250.52 1 0.81
Hex AF 9E FF 1F 26 0 0 FB 64 51
Octal 257 236 377 37 46 0 0 373 144 121
Binary 10101111 10011110 11111111 11111 100110 0 0 11111011 1100100 1010001

Color Harmonies of #AF9EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9EFF

Black with #AF9EFF

Text Example


Text Example

White with #AF9EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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