Html Css Color HEX #A630CB Dark Orchid

📋 copy color: '#A630CB'

red 166 ◦ green 48 ◦ blue 203

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

Shades of Dark Orchid #A630CB

Tints of Dark Orchid #A630CB

RGB

 RED value IS 166 (65.23% from 255) = 39.81%

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

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

R = 39.81%
G = 11.51%
B = 48.68%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A630CB (or 0xA630CB) is known color: Dark Orchid. HEX triplet: A6, 30 and CB. RGB value is (166,48,203). Sum of RGB (Red+Green+Blue) = 166+48+203=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #A630CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630CB is #59CF34. Grayscale: #646464. Windows color (decimal): -5885749 or 13316262. OLE color: 13316262.

HSL color Cylindrical-coordinate representation of color #A630CB: hue angle of 285.68º 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 #A630CB is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 48 203 -
CMYK 0.18 0.76 0 0.20
HSL 285.68º 0.62% 0.49% -
HSV(B) 285.68º 0.76% 0.8% -
XYZ 27.56 14.53 57.85 -
YUV 100.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 166 48 203 0.18 0.76 0 0.20 285.68 0.62 0.49
Hex A6 30 CB 12 4C 0 14 11E 3E 31
Octal 246 60 313 22 114 0 24 436 76 61
Binary 10100110 110000 11001011 10010 1001100 0 10100 100011110 111110 110001

Color Harmonies of #A630CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A630CB

Black with #A630CB

Text Example


Text Example

White with #A630CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A630CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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