Html Css Color HEX #A835DF Dark Orchid

📋 copy color: '#A835DF'

red 168 ◦ green 53 ◦ blue 223

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

Shades of Dark Orchid #A835DF

Tints of Dark Orchid #A835DF

RGB

 RED value IS 168 (66.02% from 255) = 37.84%

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

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

R = 37.84%
G = 11.94%
B = 50.23%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A835DF (or 0xA835DF) is known color: Dark Orchid. HEX triplet: A8, 35 and DF. RGB value is (168,53,223). Sum of RGB (Red+Green+Blue) = 168+53+223=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #A835DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835DF is #57CA20. Grayscale: #6A6A6A. Windows color (decimal): -5753377 or 14628264. OLE color: 14628264.

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

Color convert

RGB 168 53 223 -
CMYK 0.25 0.76 0 0.13
HSL 280.59º 0.73% 0.54% -
HSV(B) 280.59º 0.76% 0.87% -
XYZ 30.74 16.2 71.32 -
YUV 106.77 193.6 171.68 -
System Red Green Blue C M Y K H S L
Decimal 168 53 223 0.25 0.76 0 0.13 280.59 0.73 0.54
Hex A8 35 DF 19 4C 0 D 119 49 36
Octal 250 65 337 31 114 0 15 431 111 66
Binary 10101000 110101 11011111 11001 1001100 0 1101 100011001 1001001 110110

Color Harmonies of #A835DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835DF

Black with #A835DF

Text Example


Text Example

White with #A835DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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