Html Css Color HEX #AF3AED Dark Orchid

📋 copy color: '#AF3AED'

red 175 ◦ green 58 ◦ blue 237

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

Shades of Dark Orchid #AF3AED

Tints of Dark Orchid #AF3AED

RGB

 RED value IS 175 (68.75% from 255) = 37.23%

 GREEN value IS 58 (23.05% from 255) = 12.34%

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 37.23%
G = 12.34%
B = 50.43%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF3AED (or 0xAF3AED) is known color: Dark Orchid. HEX triplet: AF, 3A and ED. RGB value is (175,58,237). Sum of RGB (Red+Green+Blue) = 175+58+237=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF3AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3AED is #50C512. Grayscale: #707070. Windows color (decimal): -5293331 or 15547055. OLE color: 15547055.

HSL color Cylindrical-coordinate representation of color #AF3AED: hue angle of 279.22º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF3AED is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 58 237 -
CMYK 0.26 0.76 0 0.07
HSL 279.22º 0.83% 0.58% -
HSV(B) 279.22º 0.76% 0.93% -
XYZ 34.48 18.25 81.83 -
YUV 113.39 197.76 171.95 -
System Red Green Blue C M Y K H S L
Decimal 175 58 237 0.26 0.76 0 0.07 279.22 0.83 0.58
Hex AF 3A ED 1A 4C 0 7 117 53 3A
Octal 257 72 355 32 114 0 7 427 123 72
Binary 10101111 111010 11101101 11010 1001100 0 111 100010111 1010011 111010

Color Harmonies of #AF3AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3AED

Black with #AF3AED

Text Example


Text Example

White with #AF3AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3AED; }

 p { color: rgb(175,58,237); }

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

background-color css

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

 a { background-color: rgb(175,58,237); }

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

border-color css

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

 span { border-color: rgb(175,58,237); }

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