Html Css Color HEX #A335DF Dark Orchid

📋 copy color: '#A335DF'

red 163 ◦ green 53 ◦ blue 223

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

Shades of Dark Orchid #A335DF

Tints of Dark Orchid #A335DF

RGB

 RED value IS 163 (64.06% from 255) = 37.13%

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

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

R = 37.13%
G = 12.07%
B = 50.8%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A335DF (or 0xA335DF) is known color: Dark Orchid. HEX triplet: A3, 35 and DF. RGB value is (163,53,223). Sum of RGB (Red+Green+Blue) = 163+53+223=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #A335DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A335DF is #5CCA20. Grayscale: #686868. Windows color (decimal): -6081057 or 14628259. OLE color: 14628259.

HSL color Cylindrical-coordinate representation of color #A335DF: hue angle of 278.82º degrees, saturation: 0.73, 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 #A335DF is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 53 223 -
CMYK 0.27 0.76 0 0.13
HSL 278.82º 0.73% 0.54% -
HSV(B) 278.82º 0.76% 0.87% -
XYZ 29.7 15.66 71.27 -
YUV 105.27 194.44 169.18 -
System Red Green Blue C M Y K H S L
Decimal 163 53 223 0.27 0.76 0 0.13 278.82 0.73 0.54
Hex A3 35 DF 1B 4C 0 D 117 49 36
Octal 243 65 337 33 114 0 15 427 111 66
Binary 10100011 110101 11011111 11011 1001100 0 1101 100010111 1001001 110110

Color Harmonies of #A335DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A335DF

Black with #A335DF

Text Example


Text Example

White with #A335DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A335DF; }

 p { color: rgb(163,53,223); }

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

background-color css

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

 a { background-color: rgb(163,53,223); }

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

border-color css

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

 span { border-color: rgb(163,53,223); }

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