Html Css Color HEX #AF8AD5 Biloba Flower

📋 copy color: '#AF8AD5'

red 175 ◦ green 138 ◦ blue 213

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

Shades of Biloba Flower #AF8AD5

Tints of Biloba Flower #AF8AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.49%

R = 33.27%
G = 26.24%
B = 40.49%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF8AD5 (or 0xAF8AD5) is known color: Biloba Flower. HEX triplet: AF, 8A and D5. RGB value is (175,138,213). Sum of RGB (Red+Green+Blue) = 175+138+213=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF8AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AD5 is #50752A. Grayscale: #9D9D9D. Windows color (decimal): -5272875 or 13994671. OLE color: 13994671.

HSL color Cylindrical-coordinate representation of color #AF8AD5: hue angle of 269.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8AD5 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 138 213 -
CMYK 0.18 0.35 0 0.16
HSL 269.6º 0.47% 0.69% -
HSV(B) 269.6º 0.35% 0.84% -
XYZ 38.78 32.1 67.1 -
YUV 157.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 175 138 213 0.18 0.35 0 0.16 269.6 0.47 0.69
Hex AF 8A D5 12 23 0 10 10E 2F 45
Octal 257 212 325 22 43 0 20 416 57 105
Binary 10101111 10001010 11010101 10010 100011 0 10000 100001110 101111 1000101

Color Harmonies of #AF8AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AD5

Black with #AF8AD5

Text Example


Text Example

White with #AF8AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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