Html Css Color HEX #AF8FED Biloba Flower

📋 copy color: '#AF8FED'

red 175 ◦ green 143 ◦ blue 237

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

Shades of Biloba Flower #AF8FED

Tints of Biloba Flower #AF8FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 31.53%
G = 25.77%
B = 42.7%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF8FED (or 0xAF8FED) is known color: Biloba Flower. HEX triplet: AF, 8F and ED. RGB value is (175,143,237). Sum of RGB (Red+Green+Blue) = 175+143+237=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF8FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FED is #507012. Grayscale: #A2A2A2. Windows color (decimal): -5271571 or 15568815. OLE color: 15568815.

HSL color Cylindrical-coordinate representation of color #AF8FED: hue angle of 260.43º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF8FED is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 143 237 -
CMYK 0.26 0.40 0 0.07
HSL 260.43º 0.72% 0.75% -
HSV(B) 260.43º 0.4% 0.93% -
XYZ 42.79 34.87 84.6 -
YUV 163.28 169.6 136.36 -
System Red Green Blue C M Y K H S L
Decimal 175 143 237 0.26 0.40 0 0.07 260.43 0.72 0.75
Hex AF 8F ED 1A 28 0 7 104 48 4B
Octal 257 217 355 32 50 0 7 404 110 113
Binary 10101111 10001111 11101101 11010 101000 0 111 100000100 1001000 1001011

Color Harmonies of #AF8FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FED

Black with #AF8FED

Text Example


Text Example

White with #AF8FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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