Html Css Color HEX #A82CDA Dark Orchid

📋 copy color: '#A82CDA'

red 168 ◦ green 44 ◦ blue 218

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

Shades of Dark Orchid #A82CDA

Tints of Dark Orchid #A82CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.23%

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 39.07%
G = 10.23%
B = 50.7%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A82CDA (or 0xA82CDA) is known color: Dark Orchid. HEX triplet: A8, 2C and DA. RGB value is (168,44,218). Sum of RGB (Red+Green+Blue) = 168+44+218=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #A82CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CDA is #57D325. Grayscale: #646464. Windows color (decimal): -5755686 or 14298280. OLE color: 14298280.

HSL color Cylindrical-coordinate representation of color #A82CDA: hue angle of 282.76º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82CDA is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 44 218 -
CMYK 0.23 0.80 0 0.15
HSL 282.76º 0.7% 0.51% -
HSV(B) 282.76º 0.8% 0.85% -
XYZ 29.7 15.19 67.7 -
YUV 100.91 194.08 175.85 -
System Red Green Blue C M Y K H S L
Decimal 168 44 218 0.23 0.80 0 0.15 282.76 0.7 0.51
Hex A8 2C DA 17 50 0 F 11B 46 33
Octal 250 54 332 27 120 0 17 433 106 63
Binary 10101000 101100 11011010 10111 1010000 0 1111 100011011 1000110 110011

Color Harmonies of #A82CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82CDA

Black with #A82CDA

Text Example


Text Example

White with #A82CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82CDA; }

 p { color: rgb(168,44,218); }

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

background-color css

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

 a { background-color: rgb(168,44,218); }

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

border-color css

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

 span { border-color: rgb(168,44,218); }

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