Html Css Color HEX #A830CB Dark Orchid

📋 copy color: '#A830CB'

red 168 ◦ green 48 ◦ blue 203

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

Shades of Dark Orchid #A830CB

Tints of Dark Orchid #A830CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 40.1%
G = 11.46%
B = 48.45%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A830CB (or 0xA830CB) is known color: Dark Orchid. HEX triplet: A8, 30 and CB. RGB value is (168,48,203). Sum of RGB (Red+Green+Blue) = 168+48+203=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #A830CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830CB is #57CF34. Grayscale: #656565. Windows color (decimal): -5754677 or 13316264. OLE color: 13316264.

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

Color convert

RGB 168 48 203 -
CMYK 0.17 0.76 0 0.20
HSL 286.45º 0.62% 0.49% -
HSV(B) 286.45º 0.76% 0.8% -
XYZ 27.98 14.75 57.87 -
YUV 101.55 185.26 175.4 -
System Red Green Blue C M Y K H S L
Decimal 168 48 203 0.17 0.76 0 0.20 286.45 0.62 0.49
Hex A8 30 CB 11 4C 0 14 11E 3E 31
Octal 250 60 313 21 114 0 24 436 76 61
Binary 10101000 110000 11001011 10001 1001100 0 10100 100011110 111110 110001

Color Harmonies of #A830CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A830CB

Black with #A830CB

Text Example


Text Example

White with #A830CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A830CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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