Html Css Color HEX #A643EB Dark Orchid

📋 copy color: '#A643EB'

red 166 ◦ green 67 ◦ blue 235

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

Shades of Dark Orchid #A643EB

Tints of Dark Orchid #A643EB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.32%

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 35.47%
G = 14.32%
B = 50.21%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A643EB (or 0xA643EB) is known color: Dark Orchid. HEX triplet: A6, 43 and EB. RGB value is (166,67,235). Sum of RGB (Red+Green+Blue) = 166+67+235=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #A643EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A643EB is #59BC14. Grayscale: #737373. Windows color (decimal): -5880853 or 15418278. OLE color: 15418278.

HSL color Cylindrical-coordinate representation of color #A643EB: hue angle of 275.36º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A643EB is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 67 235 -
CMYK 0.29 0.71 0 0.08
HSL 275.36º 0.81% 0.59% -
HSV(B) 275.36º 0.71% 0.92% -
XYZ 32.73 18.12 80.37 -
YUV 115.75 195.3 163.84 -
System Red Green Blue C M Y K H S L
Decimal 166 67 235 0.29 0.71 0 0.08 275.36 0.81 0.59
Hex A6 43 EB 1D 47 0 8 113 51 3B
Octal 246 103 353 35 107 0 10 423 121 73
Binary 10100110 1000011 11101011 11101 1000111 0 1000 100010011 1010001 111011

Color Harmonies of #A643EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A643EB

Black with #A643EB

Text Example


Text Example

White with #A643EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A643EB; }

 p { color: rgb(166,67,235); }

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

background-color css

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

 a { background-color: rgb(166,67,235); }

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

border-color css

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

 span { border-color: rgb(166,67,235); }

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