Html Css Color HEX #AF8FEB Biloba Flower

📋 copy color: '#AF8FEB'

red 175 ◦ green 143 ◦ blue 235

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

Shades of Biloba Flower #AF8FEB

Tints of Biloba Flower #AF8FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.86%

 BLUE value IS 235 (92.19% from 255) = 42.5%

R = 31.65%
G = 25.86%
B = 42.5%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF8FEB (or 0xAF8FEB) is known color: Biloba Flower. HEX triplet: AF, 8F and EB. RGB value is (175,143,235). Sum of RGB (Red+Green+Blue) = 175+143+235=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF8FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FEB is #507014. Grayscale: #A2A2A2. Windows color (decimal): -5271573 or 15437743. OLE color: 15437743.

HSL color Cylindrical-coordinate representation of color #AF8FEB: hue angle of 260.87º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF8FEB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 143 235 -
CMYK 0.26 0.39 0 0.08
HSL 260.87º 0.7% 0.74% -
HSV(B) 260.87º 0.39% 0.92% -
XYZ 42.5 34.76 83.07 -
YUV 163.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 175 143 235 0.26 0.39 0 0.08 260.87 0.7 0.74
Hex AF 8F EB 1A 27 0 8 105 46 4A
Octal 257 217 353 32 47 0 10 405 106 112
Binary 10101111 10001111 11101011 11010 100111 0 1000 100000101 1000110 1001010

Color Harmonies of #AF8FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FEB

Black with #AF8FEB

Text Example


Text Example

White with #AF8FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FEB; }

 p { color: rgb(175,143,235); }

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

background-color css

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

 a { background-color: rgb(175,143,235); }

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

border-color css

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

 span { border-color: rgb(175,143,235); }

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