Html Css Color HEX #A830AB Dark Orchid

📋 copy color: '#A830AB'

red 168 ◦ green 48 ◦ blue 171

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

Shades of Dark Orchid #A830AB

Tints of Dark Orchid #A830AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 43.41%
G = 12.4%
B = 44.19%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A830AB (or 0xA830AB) is known color: Dark Orchid. HEX triplet: A8, 30 and AB. RGB value is (168,48,171). Sum of RGB (Red+Green+Blue) = 168+48+171=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #A830AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A830AB is #57CF54. Grayscale: #616161. Windows color (decimal): -5754709 or 11219112. OLE color: 11219112.

HSL color Cylindrical-coordinate representation of color #A830AB: hue angle of 298.54º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A830AB is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 48 171 -
CMYK 0.02 0.72 0 0.33
HSL 298.54º 0.56% 0.43% -
HSV(B) 298.54º 0.72% 0.67% -
XYZ 24.56 13.38 39.82 -
YUV 97.9 169.26 178 -
System Red Green Blue C M Y K H S L
Decimal 168 48 171 0.02 0.72 0 0.33 298.54 0.56 0.43
Hex A8 30 AB 2 48 0 21 12B 38 2B
Octal 250 60 253 2 110 0 41 453 70 53
Binary 10101000 110000 10101011 10 1001000 0 100001 100101011 111000 101011

Color Harmonies of #A830AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A830AB

Black with #A830AB

Text Example


Text Example

White with #A830AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A830AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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