Html Css Color HEX #AF8DEE Biloba Flower

📋 copy color: '#AF8DEE'

red 175 ◦ green 141 ◦ blue 238

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

Shades of Biloba Flower #AF8DEE

Tints of Biloba Flower #AF8DEE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.45%

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 31.59%
G = 25.45%
B = 42.96%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF8DEE (or 0xAF8DEE) is known color: Biloba Flower. HEX triplet: AF, 8D and EE. RGB value is (175,141,238). Sum of RGB (Red+Green+Blue) = 175+141+238=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF8DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8DEE is #507211. Grayscale: #A1A1A1. Windows color (decimal): -5272082 or 15633839. OLE color: 15633839.

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

Color convert

RGB 175 141 238 -
CMYK 0.26 0.41 0 0.07
HSL 261.03º 0.74% 0.74% -
HSV(B) 261.03º 0.41% 0.93% -
XYZ 42.64 34.34 85.27 -
YUV 162.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 175 141 238 0.26 0.41 0 0.07 261.03 0.74 0.74
Hex AF 8D EE 1A 29 0 7 105 4A 4A
Octal 257 215 356 32 51 0 7 405 112 112
Binary 10101111 10001101 11101110 11010 101001 0 111 100000101 1001010 1001010

Color Harmonies of #AF8DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DEE

Black with #AF8DEE

Text Example


Text Example

White with #AF8DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DEE; }

 p { color: rgb(175,141,238); }

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

background-color css

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

 a { background-color: rgb(175,141,238); }

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

border-color css

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

 span { border-color: rgb(175,141,238); }

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