Html Css Color HEX #AF8ADE Biloba Flower

📋 copy color: '#AF8ADE'

red 175 ◦ green 138 ◦ blue 222

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

Shades of Biloba Flower #AF8ADE

Tints of Biloba Flower #AF8ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.5%

R = 32.71%
G = 25.79%
B = 41.5%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF8ADE (or 0xAF8ADE) is known color: Biloba Flower. HEX triplet: AF, 8A and DE. RGB value is (175,138,222). Sum of RGB (Red+Green+Blue) = 175+138+222=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF8ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ADE is #507521. Grayscale: #9E9E9E. Windows color (decimal): -5272866 or 14584495. OLE color: 14584495.

HSL color Cylindrical-coordinate representation of color #AF8ADE: hue angle of 266.43º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF8ADE is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 138 222 -
CMYK 0.21 0.38 0 0.13
HSL 266.43º 0.56% 0.71% -
HSV(B) 266.43º 0.38% 0.87% -
XYZ 39.95 32.56 73.29 -
YUV 158.64 163.76 139.67 -
System Red Green Blue C M Y K H S L
Decimal 175 138 222 0.21 0.38 0 0.13 266.43 0.56 0.71
Hex AF 8A DE 15 26 0 D 10A 38 47
Octal 257 212 336 25 46 0 15 412 70 107
Binary 10101111 10001010 11011110 10101 100110 0 1101 100001010 111000 1000111

Color Harmonies of #AF8ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8ADE

Black with #AF8ADE

Text Example


Text Example

White with #AF8ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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