Html Css Color HEX #A834DE Dark Orchid

📋 copy color: '#A834DE'

red 168 ◦ green 52 ◦ blue 222

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

Shades of Dark Orchid #A834DE

Tints of Dark Orchid #A834DE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.76%

 BLUE value IS 222 (87.11% from 255) = 50.23%

R = 38.01%
G = 11.76%
B = 50.23%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A834DE (or 0xA834DE) is known color: Dark Orchid. HEX triplet: A8, 34 and DE. RGB value is (168,52,222). Sum of RGB (Red+Green+Blue) = 168+52+222=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #A834DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A834DE is #57CB21. Grayscale: #696969. Windows color (decimal): -5753634 or 14562472. OLE color: 14562472.

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

Color convert

RGB 168 52 222 -
CMYK 0.24 0.77 0 0.13
HSL 280.94º 0.72% 0.54% -
HSV(B) 280.94º 0.77% 0.87% -
XYZ 30.56 16.05 70.6 -
YUV 106.06 193.43 172.18 -
System Red Green Blue C M Y K H S L
Decimal 168 52 222 0.24 0.77 0 0.13 280.94 0.72 0.54
Hex A8 34 DE 18 4D 0 D 119 48 36
Octal 250 64 336 30 115 0 15 431 110 66
Binary 10101000 110100 11011110 11000 1001101 0 1101 100011001 1001000 110110

Color Harmonies of #A834DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A834DE

Black with #A834DE

Text Example


Text Example

White with #A834DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A834DE; }

 p { color: rgb(168,52,222); }

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

background-color css

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

 a { background-color: rgb(168,52,222); }

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

border-color css

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

 span { border-color: rgb(168,52,222); }

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