Html Css Color HEX #AF8EDA Biloba Flower

📋 copy color: '#AF8EDA'

red 175 ◦ green 142 ◦ blue 218

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

Shades of Biloba Flower #AF8EDA

Tints of Biloba Flower #AF8EDA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.54%

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 32.71%
G = 26.54%
B = 40.75%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF8EDA (or 0xAF8EDA) is known color: Biloba Flower. HEX triplet: AF, 8E and DA. RGB value is (175,142,218). Sum of RGB (Red+Green+Blue) = 175+142+218=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF8EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EDA is #507125. Grayscale: #A0A0A0. Windows color (decimal): -5271846 or 14323375. OLE color: 14323375.

HSL color Cylindrical-coordinate representation of color #AF8EDA: hue angle of 266.05º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8EDA is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 142 218 -
CMYK 0.20 0.35 0 0.15
HSL 266.05º 0.51% 0.71% -
HSV(B) 266.05º 0.35% 0.85% -
XYZ 40.01 33.52 70.69 -
YUV 160.53 160.43 138.32 -
System Red Green Blue C M Y K H S L
Decimal 175 142 218 0.20 0.35 0 0.15 266.05 0.51 0.71
Hex AF 8E DA 14 23 0 F 10A 33 47
Octal 257 216 332 24 43 0 17 412 63 107
Binary 10101111 10001110 11011010 10100 100011 0 1111 100001010 110011 1000111

Color Harmonies of #AF8EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EDA

Black with #AF8EDA

Text Example


Text Example

White with #AF8EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EDA; }

 p { color: rgb(175,142,218); }

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

background-color css

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

 a { background-color: rgb(175,142,218); }

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

border-color css

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

 span { border-color: rgb(175,142,218); }

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