Html Css Color HEX #A630CE Dark Orchid

📋 copy color: '#A630CE'

red 166 ◦ green 48 ◦ blue 206

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

Shades of Dark Orchid #A630CE

Tints of Dark Orchid #A630CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 39.52%
G = 11.43%
B = 49.05%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A630CE (or 0xA630CE) is known color: Dark Orchid. HEX triplet: A6, 30 and CE. RGB value is (166,48,206). Sum of RGB (Red+Green+Blue) = 166+48+206=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #A630CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630CE is #59CF31. Grayscale: #646464. Windows color (decimal): -5885746 or 13512870. OLE color: 13512870.

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

Color convert

RGB 166 48 206 -
CMYK 0.19 0.77 0 0.19
HSL 284.81º 0.62% 0.5% -
HSV(B) 284.81º 0.77% 0.81% -
XYZ 27.92 14.68 59.75 -
YUV 101.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 166 48 206 0.19 0.77 0 0.19 284.81 0.62 0.5
Hex A6 30 CE 13 4D 0 13 11D 3E 32
Octal 246 60 316 23 115 0 23 435 76 62
Binary 10100110 110000 11001110 10011 1001101 0 10011 100011101 111110 110010

Color Harmonies of #A630CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A630CE

Black with #A630CE

Text Example


Text Example

White with #A630CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A630CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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