Html Css Color HEX #A830CD Dark Orchid

📋 copy color: '#A830CD'

red 168 ◦ green 48 ◦ blue 205

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

Shades of Dark Orchid #A830CD

Tints of Dark Orchid #A830CD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.4%

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 39.9%
G = 11.4%
B = 48.69%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A830CD (or 0xA830CD) is known color: Dark Orchid. HEX triplet: A8, 30 and CD. RGB value is (168,48,205). Sum of RGB (Red+Green+Blue) = 168+48+205=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #A830CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830CD is #57CF32. Grayscale: #656565. Windows color (decimal): -5754675 or 13447336. OLE color: 13447336.

HSL color Cylindrical-coordinate representation of color #A830CD: hue angle of 285.86º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A830CD is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 48 205 -
CMYK 0.18 0.77 0 0.20
HSL 285.86º 0.62% 0.5% -
HSV(B) 285.86º 0.77% 0.8% -
XYZ 28.22 14.85 59.14 -
YUV 101.78 186.26 175.23 -
System Red Green Blue C M Y K H S L
Decimal 168 48 205 0.18 0.77 0 0.20 285.86 0.62 0.5
Hex A8 30 CD 12 4D 0 14 11E 3E 32
Octal 250 60 315 22 115 0 24 436 76 62
Binary 10101000 110000 11001101 10010 1001101 0 10100 100011110 111110 110010

Color Harmonies of #A830CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A830CD

Black with #A830CD

Text Example


Text Example

White with #A830CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A830CD; }

 p { color: rgb(168,48,205); }

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

background-color css

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

 a { background-color: rgb(168,48,205); }

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

border-color css

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

 span { border-color: rgb(168,48,205); }

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