Html Css Color HEX #AF35DD Dark Orchid

📋 copy color: '#AF35DD'

red 175 ◦ green 53 ◦ blue 221

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

Shades of Dark Orchid #AF35DD

Tints of Dark Orchid #AF35DD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.8%

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 38.98%
G = 11.8%
B = 49.22%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF35DD (or 0xAF35DD) is known color: Dark Orchid. HEX triplet: AF, 35 and DD. RGB value is (175,53,221). Sum of RGB (Red+Green+Blue) = 175+53+221=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF35DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF35DD is #50CA22. Grayscale: #6C6C6C. Windows color (decimal): -5294627 or 14497199. OLE color: 14497199.

HSL color Cylindrical-coordinate representation of color #AF35DD: hue angle of 283.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF35DD is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 53 221 -
CMYK 0.21 0.76 0 0.13
HSL 283.57º 0.71% 0.54% -
HSV(B) 283.57º 0.76% 0.87% -
XYZ 32 16.88 69.98 -
YUV 108.63 191.42 175.34 -
System Red Green Blue C M Y K H S L
Decimal 175 53 221 0.21 0.76 0 0.13 283.57 0.71 0.54
Hex AF 35 DD 15 4C 0 D 11C 47 36
Octal 257 65 335 25 114 0 15 434 107 66
Binary 10101111 110101 11011101 10101 1001100 0 1101 100011100 1000111 110110

Color Harmonies of #AF35DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF35DD

Black with #AF35DD

Text Example


Text Example

White with #AF35DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF35DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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