Html Css Color HEX #AF92DF Biloba Flower

📋 copy color: '#AF92DF'

red 175 ◦ green 146 ◦ blue 223

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

Shades of Biloba Flower #AF92DF

Tints of Biloba Flower #AF92DF

RGB

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

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

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

R = 32.17%
G = 26.84%
B = 40.99%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF92DF (or 0xAF92DF) is known color: Biloba Flower. HEX triplet: AF, 92 and DF. RGB value is (175,146,223). Sum of RGB (Red+Green+Blue) = 175+146+223=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF92DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92DF is #506D20. Grayscale: #A3A3A3. Windows color (decimal): -5270817 or 14652079. OLE color: 14652079.

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

Color convert

RGB 175 146 223 -
CMYK 0.22 0.35 0 0.13
HSL 262.6º 0.55% 0.72% -
HSV(B) 262.6º 0.35% 0.87% -
XYZ 41.28 35 74.39 -
YUV 163.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 175 146 223 0.22 0.35 0 0.13 262.6 0.55 0.72
Hex AF 92 DF 16 23 0 D 107 37 48
Octal 257 222 337 26 43 0 15 407 67 110
Binary 10101111 10010010 11011111 10110 100011 0 1101 100000111 110111 1001000

Color Harmonies of #AF92DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92DF

Black with #AF92DF

Text Example


Text Example

White with #AF92DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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