Html Css Color HEX #AF8ADF Biloba Flower

📋 copy color: '#AF8ADF'

red 175 ◦ green 138 ◦ blue 223

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

Shades of Biloba Flower #AF8ADF

Tints of Biloba Flower #AF8ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 32.65%
G = 25.75%
B = 41.6%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF8ADF (or 0xAF8ADF) is known color: Biloba Flower. HEX triplet: AF, 8A and DF. RGB value is (175,138,223). Sum of RGB (Red+Green+Blue) = 175+138+223=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF8ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ADF is #507520. Grayscale: #9E9E9E. Windows color (decimal): -5272865 or 14650031. OLE color: 14650031.

HSL color Cylindrical-coordinate representation of color #AF8ADF: hue angle of 266.12º degrees, saturation: 0.57, 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 #AF8ADF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 138 223 -
CMYK 0.22 0.38 0 0.13
HSL 266.12º 0.57% 0.71% -
HSV(B) 266.12º 0.38% 0.87% -
XYZ 40.09 32.62 74 -
YUV 158.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 175 138 223 0.22 0.38 0 0.13 266.12 0.57 0.71
Hex AF 8A DF 16 26 0 D 10A 39 47
Octal 257 212 337 26 46 0 15 412 71 107
Binary 10101111 10001010 11011111 10110 100110 0 1101 100001010 111001 1000111

Color Harmonies of #AF8ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8ADF

Black with #AF8ADF

Text Example


Text Example

White with #AF8ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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