Html Css Color HEX #A634CF Dark Orchid

📋 copy color: '#A634CF'

red 166 ◦ green 52 ◦ blue 207

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

Shades of Dark Orchid #A634CF

Tints of Dark Orchid #A634CF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.24%

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 39.06%
G = 12.24%
B = 48.71%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A634CF (or 0xA634CF) is known color: Dark Orchid. HEX triplet: A6, 34 and CF. RGB value is (166,52,207). Sum of RGB (Red+Green+Blue) = 166+52+207=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #A634CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634CF is #59CB30. Grayscale: #676767. Windows color (decimal): -5884721 or 13579430. OLE color: 13579430.

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

Color convert

RGB 166 52 207 -
CMYK 0.20 0.75 0 0.19
HSL 284.13º 0.62% 0.51% -
HSV(B) 284.13º 0.75% 0.81% -
XYZ 28.22 15.07 60.45 -
YUV 103.76 186.27 172.4 -
System Red Green Blue C M Y K H S L
Decimal 166 52 207 0.20 0.75 0 0.19 284.13 0.62 0.51
Hex A6 34 CF 14 4B 0 13 11C 3E 33
Octal 246 64 317 24 113 0 23 434 76 63
Binary 10100110 110100 11001111 10100 1001011 0 10011 100011100 111110 110011

Color Harmonies of #A634CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A634CF

Black with #A634CF

Text Example


Text Example

White with #A634CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A634CF; }

 p { color: rgb(166,52,207); }

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

background-color css

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

 a { background-color: rgb(166,52,207); }

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

border-color css

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

 span { border-color: rgb(166,52,207); }

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