#af35bd

Color #AF35BD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AF35BD

Tints of Dark Orchid #AF35BD

Color information

#AF35BD (or 0xAF35BD) is unknown color: approx Dark Orchid. HEX triplet: AF, 35 and BD. RGB value is (175,53,189). Sum of RGB (Red+Green+Blue) = 175+53+189=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF35BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF35BD is #50CA42. Grayscale: #686868. Windows color (decimal): -5294659 or 12400047. OLE color: 12400047.

HSL color Cylindrical-coordinate representation of color #AF35BD: hue angle of 293.82º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF35BD is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17553189-
CMYK0.070.7200.26
HSL293.82º56.2%47.45%-
HSV(B)293.82º71.96%74.12%-
XYZ28.1415.3349.62-
YUV104.98175.42177.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 53 (21.09% from 255) = 12.71%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=41.97%
G=12.71%
B=45.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175531890.070.7200.26293.8256.247.45
HexAF35BD74801A126382f
Octal2576527571100324467057
Binary10101111110101101111011111001000011010100100110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af35bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af35bd; }

 p { color: rgb(175,53,189); }

 H1.HeaderClassName
 {
   color: #af35bd;
 }
 .AnyTagClassName
 {
   color: #af35bd;
 }
</style>
background-color css

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

 a { background-color: rgb(175,53,189); }

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

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

 span { border-color: rgb(175,53,189); }

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