Html Css Color HEX #AF81ED Biloba Flower

📋 copy color: '#AF81ED'

red 175 ◦ green 129 ◦ blue 237

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

Shades of Biloba Flower #AF81ED

Tints of Biloba Flower #AF81ED

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.84%

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

R = 32.35%
G = 23.84%
B = 43.81%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF81ED (or 0xAF81ED) is known color: Biloba Flower. HEX triplet: AF, 81 and ED. RGB value is (175,129,237). Sum of RGB (Red+Green+Blue) = 175+129+237=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF81ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81ED is #507E12. Grayscale: #9A9A9A. Windows color (decimal): -5275155 or 15565231. OLE color: 15565231.

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

Color convert

RGB 175 129 237 -
CMYK 0.26 0.46 0 0.07
HSL 265.56º 0.75% 0.72% -
HSV(B) 265.56º 0.46% 0.93% -
XYZ 40.82 30.93 83.94 -
YUV 155.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 175 129 237 0.26 0.46 0 0.07 265.56 0.75 0.72
Hex AF 81 ED 1A 2E 0 7 10A 4B 48
Octal 257 201 355 32 56 0 7 412 113 110
Binary 10101111 10000001 11101101 11010 101110 0 111 100001010 1001011 1001000

Color Harmonies of #AF81ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81ED

Black with #AF81ED

Text Example


Text Example

White with #AF81ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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