Html Css Color HEX #AF8DCD Biloba Flower

📋 copy color: '#AF8DCD'

red 175 ◦ green 141 ◦ blue 205

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

Shades of Biloba Flower #AF8DCD

Tints of Biloba Flower #AF8DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 33.59%
G = 27.06%
B = 39.35%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF8DCD (or 0xAF8DCD) is known color: Biloba Flower. HEX triplet: AF, 8D and CD. RGB value is (175,141,205). Sum of RGB (Red+Green+Blue) = 175+141+205=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DCD is #507232. Grayscale: #9E9E9E. Windows color (decimal): -5272115 or 13471151. OLE color: 13471151.

HSL color Cylindrical-coordinate representation of color #AF8DCD: hue angle of 271.88º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF8DCD is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 141 205 -
CMYK 0.15 0.31 0 0.20
HSL 271.88º 0.39% 0.68% -
HSV(B) 271.88º 0.31% 0.8% -
XYZ 38.22 32.57 62.03 -
YUV 158.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 175 141 205 0.15 0.31 0 0.20 271.88 0.39 0.68
Hex AF 8D CD F 1F 0 14 110 27 44
Octal 257 215 315 17 37 0 24 420 47 104
Binary 10101111 10001101 11001101 1111 11111 0 10100 100010000 100111 1000100

Color Harmonies of #AF8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DCD

Black with #AF8DCD

Text Example


Text Example

White with #AF8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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