Html Css Color HEX #AF92D0 Biloba Flower

📋 copy color: '#AF92D0'

red 175 ◦ green 146 ◦ blue 208

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

Shades of Biloba Flower #AF92D0

Tints of Biloba Flower #AF92D0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.6%

 BLUE value IS 208 (81.64% from 255) = 39.32%

R = 33.08%
G = 27.6%
B = 39.32%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF92D0 (or 0xAF92D0) is known color: Biloba Flower. HEX triplet: AF, 92 and D0. RGB value is (175,146,208). Sum of RGB (Red+Green+Blue) = 175+146+208=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF92D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92D0 is #506D2F. Grayscale: #A1A1A1. Windows color (decimal): -5270832 or 13669039. OLE color: 13669039.

HSL color Cylindrical-coordinate representation of color #AF92D0: hue angle of 268.06º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF92D0 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 146 208 -
CMYK 0.16 0.30 0 0.18
HSL 268.06º 0.4% 0.69% -
HSV(B) 268.06º 0.3% 0.82% -
XYZ 39.34 34.23 64.21 -
YUV 161.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 175 146 208 0.16 0.30 0 0.18 268.06 0.4 0.69
Hex AF 92 D0 10 1E 0 12 10C 28 45
Octal 257 222 320 20 36 0 22 414 50 105
Binary 10101111 10010010 11010000 10000 11110 0 10010 100001100 101000 1000101

Color Harmonies of #AF92D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92D0

Black with #AF92D0

Text Example


Text Example

White with #AF92D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92D0; }

 p { color: rgb(175,146,208); }

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

background-color css

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

 a { background-color: rgb(175,146,208); }

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

border-color css

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

 span { border-color: rgb(175,146,208); }

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