Html Css Color HEX #AF8ADD Biloba Flower

📋 copy color: '#AF8ADD'

red 175 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #AF8ADD

Tints of Biloba Flower #AF8ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 32.77%
G = 25.84%
B = 41.39%

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

#AF8ADD (or 0xAF8ADD) is known color: Biloba Flower. HEX triplet: AF, 8A and DD. RGB value is (175,138,221). Sum of RGB (Red+Green+Blue) = 175+138+221=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF8ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ADD is #507522. Grayscale: #9E9E9E. Windows color (decimal): -5272867 or 14518959. OLE color: 14518959.

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

Color convert

RGB 175 138 221 -
CMYK 0.21 0.38 0 0.13
HSL 266.75º 0.55% 0.7% -
HSV(B) 266.75º 0.38% 0.87% -
XYZ 39.82 32.51 72.58 -
YUV 158.53 163.26 139.75 -
System Red Green Blue C M Y K H S L
Decimal 175 138 221 0.21 0.38 0 0.13 266.75 0.55 0.7
Hex AF 8A DD 15 26 0 D 10B 37 46
Octal 257 212 335 25 46 0 15 413 67 106
Binary 10101111 10001010 11011101 10101 100110 0 1101 100001011 110111 1000110

Color Harmonies of #AF8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8ADD

Black with #AF8ADD

Text Example


Text Example

White with #AF8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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