Html Css Color HEX #AF8AED Biloba Flower

📋 copy color: '#AF8AED'

red 175 ◦ green 138 ◦ blue 237

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

Shades of Biloba Flower #AF8AED

Tints of Biloba Flower #AF8AED

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.09%

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

R = 31.82%
G = 25.09%
B = 43.09%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF8AED (or 0xAF8AED) is known color: Biloba Flower. HEX triplet: AF, 8A and ED. RGB value is (175,138,237). Sum of RGB (Red+Green+Blue) = 175+138+237=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF8AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8AED is #507512. Grayscale: #9F9F9F. Windows color (decimal): -5272851 or 15567535. OLE color: 15567535.

HSL color Cylindrical-coordinate representation of color #AF8AED: hue angle of 262.42º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF8AED is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 138 237 -
CMYK 0.26 0.42 0 0.07
HSL 262.42º 0.73% 0.74% -
HSV(B) 262.42º 0.42% 0.93% -
XYZ 42.05 33.41 84.35 -
YUV 160.35 171.26 138.45 -
System Red Green Blue C M Y K H S L
Decimal 175 138 237 0.26 0.42 0 0.07 262.42 0.73 0.74
Hex AF 8A ED 1A 2A 0 7 106 49 4A
Octal 257 212 355 32 52 0 7 406 111 112
Binary 10101111 10001010 11101101 11010 101010 0 111 100000110 1001001 1001010

Color Harmonies of #AF8AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AED

Black with #AF8AED

Text Example


Text Example

White with #AF8AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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